home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 September
/
EnigmA AMIGA RUN 10 (1996)(G.R. Edizioni)(IT)[!][issue 1996-09][EARSAN CD XI].iso
/
earcd
/
web
/
awebmalt.rdm
< prev
next >
Wrap
Text File
|
1996-07-31
|
2KB
|
58 lines
Short: AWeb mailto script for Thor users. V1.33.
Author: shaund@amiganut.demon.co.uk (Shaun Downend)
Uploader: shaund@amiganut.demon.co.uk (Shaun Downend)
Type: comm/www
This is a very simple script designed for use with AWeb's mailto:
support. It will take the email address supplied by AWeb and start
a text editor of your choice and automatically fill in the To: field.
When you have finished you save the message and it will appear as an
event in Thor.
Configuration in AWeb (1.2b) :-
Unfortunately it appears that AWeb does not inherit the DOS path, that
is why I have used the full path of RX below.
Enter Change Settings.
Network3: External programs
Type: mailto:
Command: sys:rexxc/rx
Arguments: Thor:rexx/AWebMailTo.thor %s
Configuration in this script:-
MailSystem is the name of your TCP system in THOR, and MailConfName is
obviously the name of your email conference in THOR.
Setting AddSignature to 'Y' will make AwebMailTo.thor read your conference/
BBS/global signature settings and add that signature to your mails.
Set Editor to the text editor of your choice.
Sending a mailto: with AWeb should now produce an EnterMsg event in THOR.
The mail will be sent the next time you use Send Events from ConnectTHOR.
Note: THOR does not have to be running for this script to work!
History:
¯¯¯¯¯¯¯¯
AWebMailTo.thor v1.1 (02.04.96) is based on SendMail.thor 1.10 by Troels
Walsted Hansen.
v1.2 (18.06.96) Fixed to support ced which requires a
larger stack than default. Temporary
files were not deleted upon an error.
v1.3 (21.06.96) Added optional immediate sending of events.
v1.31 (10.07.96) Added support for Miami TCP/IP stack.
(23.07.96) Now uses Thor's TCP Systems config to
find the mailserver address.
v1.32 (23.07.96) Now uses $thor/thorpath to find the path
to Thor.
v1.33 (29.07.96) Fixed a stupid bug which was introduced in
v1.32 would cause the script to error if
AddSignature was set to 'N'.
** NOTE! I have been unable to test this with AWebII as I only have 1.2b. **
** Please report any problems! **